Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
fdiv
fdiv
Perform floating point division under IEEE 754 semantics
Name:
fdiv
Category:
math
Programming Language:
php
One-line Description:
Perform floating point division under IEEE 754 semantics
Related
How to Handle Floating-Point Precision Issues? Solve Them Easily with the fdiv() Function
6
Similar Functions
log10
log10
Logarithmwithbase10
log1p
log1p
Returnslog(1+number)
fmod
fmod
Returnstheremaindero
pow
pow
Exponentialexpressio
expm1
expm1
Returnsexp(number)-1
dechex
dechex
Convertdecimaltohexa
log
log
Naturallogarithm
sqrt
sqrt
Squareroot
Popular Articles
How to Handle Floating-Point Precision Issues? Solve Them Easily with the fdiv() Function